SYS:LOGIC // NEURO-CONSTRUCTIVE PIPELINE

3Z_GEN

The bridge between CAD geometry and Neural Synthesis. Real-time AI rendering pipeline for Rhino 8 and Blender.

[ PIPELINE INSTALLER ]
v1.1.0 // NATIVE WINDOWS

MULTI-MODAL

Create, Refine, Direct.

LOCAL & PRIVATE

Powered by ComfyUI.

HIGH_FIDELITY

Up to 1536px.

SYS:ACTIVE // V1.1.0
3Z Generator UI
// CORE_LOGIC.PY [EXECUTING]
001 ## 3Z WORKFLOW PIPELINE ##
002 function NeuroConstruct(sc_view) {
003   input_tensor = Capture(sc_view);
004   latents = VAE_Encode(input_tensor);
005   result = DiffusionSampler(latents);
006   return Overlay(result);
007 }
                    
Process Output

METADATA

VERSION
1.1.0 (Stable)
AUTHOR
Aliane Anis Ilane
REQUIREMENTS
8GB VRAM REQUIRED

SEC:02 // SYSTEM DOCUMENTATION

3Z ASSET
GENERATOR

The AI-Powered 3D Asset Pipeline. Generate, refine, and iterate on 3D assets directly within your viewport. The 3Z Generator bridges the gap between generative AI and professional 3D workflows, offering local, secure, and precise control over asset creation.

// WORKFLOW: PIPELINE_SEQUENCE
01 // USER INTERFACE
CAPTURE VIEWPORT
GET ACTIVE UNIT SYSTEM
02 // BRIDGE
PYTHON: MULTIPART/FORM-DATA
INJECT PROMPT & SEED
POST TO COMFYUI
03 // AI PIPELINE
GEOMETRY: CONTROLNET
LATENT 3D RECONSTRUCTION
3D MESH EXPORT
04 // INTEGRATION
DIRECTORY POLLING LOOP
FINAL 3D ASSET >>
// KEY FEATURES
  • Multi-Modal: Create (Text-to-3D), Refine (ControlNets), Direct (Img-to-3D).
  • Precision: Structure & Detail influence sliders.
  • 2-Phase: Iterate 2D previews, Undo/Revert.
  • Hi-Fi: Multi-pass refinement, up to 1536px.
  • Smart: Auto-scale & auto-setup.
  • Local: Private ComfyUI backend.
// COMPATIBILITY
Blender ✅ v1.1.0
Rhino 8 ✅ v1.1.0
// SPEC: AI_TECH_STACK
BASE MODEL
ALBEDOBASE XL V3 MINI (SDXL)
CONTROL
CONTROLNET CANNY (SDXL) FAITHFUL RETENTION
LORA
WHITE_1_0 [UNLIT STUDIO LIGHTING]
MASKING
BIREFNET: AUTOMATIC BACKGROUND MATTE
3D VAE
MICROSOFT TRELLIS (2-4B)